PT-L communication driver

 

PT-L communication driver is the driver to communicate with LCD Projector PT-L Series of Panasonic in Japan.

PT-L Series controller are as follows : PT-L592EG, PT-L392EG, PT-L592EA, PT-L392EA, ...

 

1. Read settings

 

<Figure 1> is read setting example of PT-L communication driver.

<Figure 1> Read setting example of PT-L communication driver

Device part of  <Figure 1> input Com Port(COM1), Baud Rate(9600), Parity Bit(0), Data Bit(8), Stop Bit(1) respectively according to setting of controller.

 

PT-L communication driver¡¯s read schedule

PT-L communication driver's read schedule input 'READ' one line.

 

2. Write settings

You can control PT-L series controller by using write settings.

 

Digital Write

Digital write setting parameters are as follows:

1)  PORT                   Port no. (0 ~ 255)

2)  STATION             don't care.

3)  ADDRESS           don't care.

4) Extra1                    write command.

 PWR - power ON/OFF,

AMT - mute ON/OFF,

VID - Set Video Signal,

RG1 - Set RGB1 Signal,

RG2 - Set RGB2 Signal.

5) Extra2                    don't care.

 

Write example 1)

PORT:0,  station:0, ADDRESS:0000, Extra1: PWR,  Extra2 :

The setting parameter shown above is power On/Off setting example of PT-L Projector.

 

Analog Write

Analog write setting parameters are as follows:

1)  PORT                   Port no. (0 ~ 255)

2)  STATION             don't care.

3)  ADDRESS           don't care.

4) Extra1                    write command.

 AV - setting of volume, ( outptu value = 0 ~ 63 ).

5) Extra2                    don't care.

 

Write example 1)

PORT:0,  station:0, ADDRESS:0000, Extra1: AV,  Extra2 : , Output value = 50

The setting parameter shown above is volume setting example of PT-L Projector. setting volume value = 50

 

Note) Write command except PWR can set only Power On status.